Use PESetGraphTextDefaultInfo to enable or disable chart title defaults.
BOOL CRPE_API PESetGraphTextDefaultOption (
short printJob,
short sectionN,
short graphN,
WORD titleType,
BOOL useDefault );
Specifies the print job for which you want to enable/disable chart title default option information. | |
Specifies the 0 | |
Specifies the 0 | |
Specifies the title type. Use one of the PE_GTT_XXX Graph Title Type Constants. | |
Specifies the Boolean value indicating whether or not chart title defaults are enabled. |
Declare Function PESetGraphTextDefaultOption Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, ByVal titleType As Integer,
ByVal useDefault As Long ) As Integer
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |